Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Address review comments
COFF/SymbolTable.cpp | ||
---|---|---|
44 | Done | |
81–82 | Yes, /defaultlib. For example, if I compile an empty translation unit with clang-cl, I'll see IR like this: !llvm.module.flags = !{!0, !...} !0 = !{i32 6, !"Linker Options", !1} !1 = !{!2, !3} !2 = !{!"/DEFAULTLIB:libcmt.lib"} !3 = !{!"/DEFAULTLIB:oldnames.lib"} |
I'd reverse the condition to return early.