[clang][Fuchsia] Add relative-vtables multilib
authorLeonard Chan <leonardchan@google.com>
Tue, 1 Dec 2020 02:21:10 +0000 (18:21 -0800)
committerLeonard Chan <leonardchan@google.com>
Tue, 1 Dec 2020 02:21:10 +0000 (18:21 -0800)
commitfdbd84c6c819d4462546961f6086c1524d5d5ae8
tree1df52e78336a66250c27e42bf0921c9108df850b
parenta160189c5dfaa6b3d7c3db71991e50eebea9a63d
[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
clang/cmake/caches/Fuchsia-stage2.cmake
clang/lib/Driver/ToolChains/Fuchsia.cpp
clang/test/Driver/Inputs/basic_fuchsia_tree/lib/aarch64-fuchsia/c++/relative-vtables+noexcept/libc++.so [new file with mode: 0644]
clang/test/Driver/Inputs/basic_fuchsia_tree/lib/aarch64-fuchsia/c++/relative-vtables/libc++.so [new file with mode: 0644]
clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/c++/relative-vtables+noexcept/libc++.so [new file with mode: 0644]
clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/c++/relative-vtables/libc++.so [new file with mode: 0644]
clang/test/Driver/fuchsia.cpp