[llvm-commits] [llvm] r133989 - /llvm/trunk/lib/Target/MBlaze/CMakeLists.txt
Rafael Espindola
rafael.espindola at gmail.com
Mon Jun 27 20:17:04 PDT 2011
Author: rafael
Date: Mon Jun 27 22:17:03 2011
New Revision: 133989
URL: http://llvm.org/viewvc/llvm-project?rev=133989&view=rev
Log:
Fix cmake build.
Modified:
llvm/trunk/lib/Target/MBlaze/CMakeLists.txt
Modified: llvm/trunk/lib/Target/MBlaze/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/MBlaze/CMakeLists.txt?rev=133989&r1=133988&r2=133989&view=diff
==============================================================================
--- llvm/trunk/lib/Target/MBlaze/CMakeLists.txt (original)
+++ llvm/trunk/lib/Target/MBlaze/CMakeLists.txt Mon Jun 27 22:17:03 2011
@@ -1,6 +1,6 @@
set(LLVM_TARGET_DEFINITIONS MBlaze.td)
-tablegen(MBlazeGenRegisterInfo.h.inc -gen-register-info-header)
+tablegen(MBlazeGenRegisterInfo.inc -gen-register-info)
tablegen(MBlazeGenInstrNames.inc -gen-instr-enums)
tablegen(MBlazeGenInstrInfo.inc -gen-instr-desc)
tablegen(MBlazeGenCodeEmitter.inc -gen-emitter)
More information about the llvm-commits
mailing list