This matches standalone build behavior. For https://bugs.llvm.org/show_bug.cgi?id=28681
Details
Details
Diff Detail
Diff Detail
- Repository
- rCRT Compiler Runtime
- Build Status
Buildable 24185 Build 24184: arc lint + arc unit
Event Timeline
Comment Actions
Yeah, this seems right. The builtins currently have some dependencies on libm, so you won't be able to build with -z defs.
CMakeLists.txt | ||
---|---|---|
378 | Would it make sense to do it unconditionally? If the flag isn't present it should be a no-op. |
Would it make sense to do it unconditionally? If the flag isn't present it should be a no-op.