[Mlir-commits] [mlir] [mlir] remove some GCC warning #68409 (PR #68528)

Mehdi Amini llvmlistbot at llvm.org
Mon Oct 9 17:22:26 PDT 2023


================
@@ -58,6 +58,7 @@ list(INSERT CMAKE_MODULE_PATH 0
   )
 
 include(AddMLIR)
+include(HandleMLIROptions)
 
 # -BSymbolic is incompatible with TypeID
 if("${CMAKE_SHARED_LINKER_FLAGS}" MATCHES "-Bsymbolic[^-]")
----------------
joker-eph wrote:

There are a bunch of thing right below here that seem not conceptually different from you addition, so why should all these be in different files?

https://github.com/llvm/llvm-project/pull/68528


More information about the Mlir-commits mailing list