[all-commits] [llvm/llvm-project] fdbd84: [clang][Fuchsia] Add relative-vtables multilib
Leonard Chan via All-commits
all-commits at lists.llvm.org
Mon Nov 30 18:22:40 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fdbd84c6c819d4462546961f6086c1524d5d5ae8
https://github.com/llvm/llvm-project/commit/fdbd84c6c819d4462546961f6086c1524d5d5ae8
Author: Leonard Chan <leonardchan at google.com>
Date: 2020-11-30 (Mon, 30 Nov 2020)
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/aarch64-fuchsia/c++/relative-vtables+noexcept/libc++.so
A clang/test/Driver/Inputs/basic_fuchsia_tree/lib/aarch64-fuchsia/c++/relative-vtables/libc++.so
A clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/c++/relative-vtables+noexcept/libc++.so
A clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/c++/relative-vtables/libc++.so
M clang/test/Driver/fuchsia.cpp
Log Message:
-----------
[clang][Fuchsia] Add relative-vtables multilib
This adds multilibs for Fuchsia that is built with the relative vtables ABI,
one with and another without exceptions.
Differential Revision: https://reviews.llvm.org/D85576
More information about the All-commits
mailing list