Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Address review comments
| COFF/SymbolTable.cpp | ||
|---|---|---|
| 44 ↗ | (On Diff #27232) | Done |
| 81 ↗ | (On Diff #27232) | 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"} |