diff options
author | Puyan Lotfi <puyan@puyan.org> | 2019-08-22 23:44:34 +0000 |
---|---|---|
committer | Puyan Lotfi <puyan@puyan.org> | 2019-08-22 23:44:34 +0000 |
commit | 926f4f76c3f819d5c8441574c560ddc476f84722 (patch) | |
tree | 962e13e6dd9fdbd9d61c0ad9035e485f387be4cf /clang/test/InterfaceStubs/template-namespace-function.cpp | |
parent | 83f533349137d47fec057f944cf06c7b396edfca (diff) | |
download | bcm5719-llvm-926f4f76c3f819d5c8441574c560ddc476f84722.tar.gz bcm5719-llvm-926f4f76c3f819d5c8441574c560ddc476f84722.zip |
[clang][ifs] Dropping older experimental interface stub formats.
I've been working on a new tool, llvm-ifs, for merging interface stub files
generated by clang and I've iterated on my derivative format of TBE to a newer
format. llvm-ifs will only support the new format, so I am going to drop the
older experimental interface stubs formats in this commit to make things
simpler.
Differential Revision: https://reviews.llvm.org/D66573
llvm-svn: 369719
Diffstat (limited to 'clang/test/InterfaceStubs/template-namespace-function.cpp')
-rw-r--r-- | clang/test/InterfaceStubs/template-namespace-function.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/InterfaceStubs/template-namespace-function.cpp b/clang/test/InterfaceStubs/template-namespace-function.cpp index 41e5fdefe27..4956525b406 100644 --- a/clang/test/InterfaceStubs/template-namespace-function.cpp +++ b/clang/test/InterfaceStubs/template-namespace-function.cpp @@ -1,6 +1,6 @@ // REQUIRES: x86-registered-target // RUN: %clang -target x86_64-unknown-linux-gnu -o - -emit-interface-stubs \ -// RUN: -interface-stub-version=experimental-tapi-elf-v1 %s | \ +// RUN: -interface-stub-version=experimental-ifs-v1 %s | \ // RUN: FileCheck %s // RUN: %clang -target x86_64-unknown-linux-gnu -o - -c %s | llvm-nm - 2>&1 | \ |