[all-commits] [llvm/llvm-project] c0e94e: [clang][Fuchsia] Add relative-vtables + asan multi...
Leonard Chan via All-commits
all-commits at lists.llvm.org
Mon Jan 25 15:25:55 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c0e94e99747393bcb9124822a3e353c2dd9c5b63
https://github.com/llvm/llvm-project/commit/c0e94e99747393bcb9124822a3e353c2dd9c5b63
Author: Leonard Chan <leonardchan at google.com>
Date: 2021-01-25 (Mon, 25 Jan 2021)
Changed paths:
M clang/cmake/caches/Fuchsia-stage2.cmake
M clang/lib/Driver/ToolChains/Fuchsia.cpp
A clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/c++/relative-vtables+asan+noexcept/libc++.so
A clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/c++/relative-vtables+asan/libc++.so
M clang/test/Driver/fuchsia.cpp
Log Message:
-----------
[clang][Fuchsia] Add relative-vtables + asan multilibs
We're choosing to take an opt-in approach for landing Relative VTables, so we'll
need asan-equivalent multilibs with relative vtables enabled. Afterwards, we can
just flip the switch in our build.
Differential Revision: https://reviews.llvm.org/D95253
More information about the All-commits
mailing list