mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-05 01:56:16 +00:00
forgot to svn add these, doh.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94130 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c6ef277a0b
commit
0d6eee44d0
7
lib/MC/MCParser/CMakeLists.txt
Normal file
7
lib/MC/MCParser/CMakeLists.txt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
add_llvm_library(LLVMMCParser
|
||||||
|
AsmLexer.cpp
|
||||||
|
AsmParser.cpp
|
||||||
|
MCAsmLexer.cpp
|
||||||
|
MCAsmParser.cpp
|
||||||
|
TargetAsmParser.cpp
|
||||||
|
)
|
15
lib/MC/MCParser/Makefile
Normal file
15
lib/MC/MCParser/Makefile
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
##===- lib/MC/MCParser/Makefile ----------------------------*- Makefile -*-===##
|
||||||
|
#
|
||||||
|
# The LLVM Compiler Infrastructure
|
||||||
|
#
|
||||||
|
# This file is distributed under the University of Illinois Open Source
|
||||||
|
# License. See LICENSE.TXT for details.
|
||||||
|
#
|
||||||
|
##===----------------------------------------------------------------------===##
|
||||||
|
|
||||||
|
LEVEL = ../../..
|
||||||
|
LIBRARYNAME = LLVMMCParser
|
||||||
|
BUILD_ARCHIVE := 1
|
||||||
|
|
||||||
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user