]> granicus.if.org Git - clang/commitdiff
Driver: Support 'clang -x ir ...'.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 15 Jul 2010 00:49:21 +0000 (00:49 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 15 Jul 2010 00:49:21 +0000 (00:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108391 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Driver/Types.def

index d3a3d29fbc0ffc78081a21c051e4f9ebe50c44dc..06a8690ce8330ccddab8e01d1aedaef421ee3456 100644 (file)
@@ -69,8 +69,8 @@ TYPE("java",                     Java,         INVALID,         0,       "u")
 
 // LLVM IR/LTO types. We define separate types for IR and LTO because LTO
 // outputs should use the standard suffixes.
-TYPE("ir",                       LLVM_IR,      INVALID,         "ll",    "")
-TYPE("ir",                       LLVM_BC,      INVALID,         "bc",    "")
+TYPE("ir",                       LLVM_IR,      INVALID,         "ll",    "u")
+TYPE("ir",                       LLVM_BC,      INVALID,         "bc",    "u")
 TYPE("lto-ir",                   LTO_IR,       INVALID,         "s",     "")
 TYPE("lto-bc",                   LTO_BC,       INVALID,         "o",     "")