[llvm] r178508 - Target/R600: Fix CMake build to add missing files.
Vincent Lejeune
vljn at ovi.com
Fri Apr 5 07:19:56 PDT 2013
Sorry for that, and thank for the fix !
Vincent
----- Mail original -----
> De : NAKAMURA Takumi <geek4civic at gmail.com>
> À : llvm-commits at cs.uiuc.edu
> Cc :
> Envoyé le : Mardi 2 avril 2013 0h05
> Objet : [llvm] r178508 - Target/R600: Fix CMake build to add missing files.
>
> Author: chapuni
> Date: Mon Apr 1 17:05:58 2013
> New Revision: 178508
>
> URL: http://llvm.org/viewvc/llvm-project?rev=178508&view=rev
> Log:
> Target/R600: Fix CMake build to add missing files.
>
> Modified:
> llvm/trunk/lib/Target/R600/CMakeLists.txt
>
> Modified: llvm/trunk/lib/Target/R600/CMakeLists.txt
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/CMakeLists.txt?rev=178508&r1=178507&r2=178508&view=diff
> ==============================================================================
> --- llvm/trunk/lib/Target/R600/CMakeLists.txt (original)
> +++ llvm/trunk/lib/Target/R600/CMakeLists.txt Mon Apr 1 17:05:58 2013
> @@ -27,6 +27,7 @@ add_llvm_target(R600CodeGen
> AMDGPUFrameLowering.cpp
> AMDGPUIndirectAddressing.cpp
> AMDGPUMCInstLower.cpp
> + AMDGPUMachineFunction.cpp
> AMDGPUSubtarget.cpp
> AMDGPUStructurizeCFG.cpp
> AMDGPUTargetMachine.cpp
> @@ -34,6 +35,8 @@ add_llvm_target(R600CodeGen
> AMDGPUConvertToISA.cpp
> AMDGPUInstrInfo.cpp
> AMDGPURegisterInfo.cpp
> + R600ControlFlowFinalizer.cpp
> + R600EmitClauseMarkers.cpp
> R600ExpandSpecialInstrs.cpp
> R600InstrInfo.cpp
> R600ISelLowering.cpp
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
More information about the llvm-commits
mailing list