[PATCH] D66405: [llvm-ifs] llvm Interface Stubs merging + object file generation tool.

Puyan Lotfi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 30 09:55:22 PDT 2019


plotfi marked 2 inline comments as done.
plotfi added inline comments.


================
Comment at: llvm/test/tools/llvm-ifs/class-template-specialization.ifs:1
+# RUN: llvm-ifs -a=write-ifs -o - %s | FileCheck %s --check-prefixes=CHECK-IFS
+
----------------
compnerd wrote:
> Is there anything special about C++ template specialization for the merge?  I couldn't spot any.  Perhaps this should be called c++/cxx or some such?
Hmm, actually I think the weak  test might be sufficient to test something that actually came out of clang. I could drop this one. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66405/new/

https://reviews.llvm.org/D66405





More information about the llvm-commits mailing list