Testing: check-ubsan-minimal
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Hm, actually the tests are just unsupported. We'll need a small driver change to enable testing.
lib/ubsan_minimal/CMakeLists.txt | ||
---|---|---|
20 ↗ | (On Diff #114457) | Looks like the only difference between apple and non-apple is in the OS argument, and that is ignored by add_compiler_rt_* macros on non-apple. |
lib/ubsan_minimal/CMakeLists.txt | ||
---|---|---|
20 ↗ | (On Diff #114457) | Thanks, yes it can! It looks like the OS argument is just ignored when "APPLE" is not defined. |