aboutsummaryrefslogtreecommitdiff
path: root/src/link/Dwarf.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2024-02-05 18:13:07 -0700
committerAndrew Kelley <andrew@ziglang.org>2024-02-05 18:13:07 -0700
commit78f15bc7147da4407f1b896ad76f4c19851bd7b9 (patch)
treed91dad60e70a3a55b635291292c2e7110aaf0ae1 /src/link/Dwarf.zig
parent2de5e31721e2dc952219d08a417d7dc57efb3cba (diff)
downloadzig-78f15bc7147da4407f1b896ad76f4c19851bd7b9.tar.gz
zig-78f15bc7147da4407f1b896ad76f4c19851bd7b9.zip
compiler: rename value.zig to Value.zig
This commit only does the file rename to be friendlier to version control conflicts.
Diffstat (limited to 'src/link/Dwarf.zig')
-rw-r--r--src/link/Dwarf.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/link/Dwarf.zig b/src/link/Dwarf.zig
index 17afe328fe..6607cdb119 100644
--- a/src/link/Dwarf.zig
+++ b/src/link/Dwarf.zig
@@ -2847,4 +2847,4 @@ const Module = @import("../Module.zig");
const InternPool = @import("../InternPool.zig");
const StringTable = @import("StringTable.zig");
const Type = @import("../type.zig").Type;
-const Value = @import("../value.zig").Value;
+const Value = @import("../Value.zig");