[PATCH] D141550: [CompilerRT] Remove ubsan static runtime on Apple
Dan Liew via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 11 16:14:25 PST 2023
delcypher added inline comments.
================
Comment at: compiler-rt/lib/ubsan/CMakeLists.txt:118
+ if (NOT APPLE)
+ add_compiler_rt_runtime(clang_rt.ubsan
+ STATIC
----------------
usama54321 wrote:
> delcypher wrote:
> > I think you may have accidentally added tabs here when re-indenting.
> I double checked and these are spaces :/
Oh my bad. Maybe the `>>` symbol in phrabricator means indent rather than a particular space/tab choice.
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