aboutsummaryrefslogtreecommitdiff
path: root/src/codegen
diff options
context:
space:
mode:
authorTau <jonathan.haehne@hotmail.com>2024-06-24 09:30:22 +0200
committerTau <jonathan.haehne@hotmail.com>2024-07-19 17:51:38 +0200
commit3bfa63aa6151c339e02f36819f23ea547c41eb8f (patch)
treeeadbbfcbbb19230b4ddf1e0eb397851b0c79405a /src/codegen
parent9c2d597e69d13326970daadbaf7fd14f7da64c45 (diff)
downloadzig-3bfa63aa6151c339e02f36819f23ea547c41eb8f.tar.gz
zig-3bfa63aa6151c339e02f36819f23ea547c41eb8f.zip
ModuleDebugInfo: Discard C++ namespaces appearing in PDBs
Diffstat (limited to 'src/codegen')
-rw-r--r--src/codegen/llvm.zig3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/codegen/llvm.zig b/src/codegen/llvm.zig
index 628b01e497..24a66f75bf 100644
--- a/src/codegen/llvm.zig
+++ b/src/codegen/llvm.zig
@@ -2457,8 +2457,7 @@ pub const Object = struct {
// We still may want these for a Zig expression
// evaluator in debuggers, but for now they are
// completely useless.
- .ComptimeInt, .ComptimeFloat,
- .Type, .Undefined, .Null, .EnumLiteral => continue,
+ .ComptimeInt, .ComptimeFloat, .Type, .Undefined, .Null, .EnumLiteral => continue,
else => {},
}