[PATCH] D141550: [CompilerRT] Remove ubsan static runtime on Apple

Usama Hameed via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 11 15:59:57 PST 2023


usama54321 marked 3 inline comments as done.
usama54321 added inline comments.


================
Comment at: compiler-rt/lib/ubsan/CMakeLists.txt:118
+    if (NOT APPLE)
+      add_compiler_rt_runtime(clang_rt.ubsan
+        STATIC
----------------
delcypher wrote:
> I think you may have accidentally added tabs here when re-indenting.
I double checked and these are spaces :/


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141550/new/

https://reviews.llvm.org/D141550



More information about the cfe-commits mailing list