[PATCH] D68288: [gicombiner] Add a CodeExpander to handle C++ fragments with variable expansion

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 2 18:26:00 PDT 2019


thakis added inline comments.


================
Comment at: llvm/trunk/utils/TableGen/GlobalISel/CMakeLists.txt:5
+
+llvm_add_library(LLVMTableGenGlobalISel OBJECT
+                 CodeExpander.cpp
----------------
Out of interest, why is this an object library instead of a normal STATIC library?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D68288





More information about the llvm-commits mailing list