mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
gn build: Revert 373554 "gn build: (manually) merge r373551"
r373551 was reverted in r373581. llvm-svn: 373586
This commit is contained in:
parent
9548d706db
commit
4c24ab8e63
@ -34,7 +34,6 @@ group("unittests") {
|
||||
"Remarks:RemarksTests",
|
||||
"Support:SupportTests",
|
||||
"Support/DynamicLibrary:DynamicLibraryTests",
|
||||
"TableGen:TableGenTests",
|
||||
"TextAPI:TextAPITests",
|
||||
"Transforms/IPO:IPOTests",
|
||||
"Transforms/Scalar:ScalarTests",
|
||||
|
@ -1,13 +0,0 @@
|
||||
import("//llvm/utils/unittest/unittest.gni")
|
||||
|
||||
unittest("TableGenTests") {
|
||||
deps = [
|
||||
"//llvm/lib/Support",
|
||||
"//llvm/lib/TableGen",
|
||||
"//llvm/utils/TableGen/GlobalISel",
|
||||
]
|
||||
include_dirs = [ "//llvm/utils/TableGen" ]
|
||||
sources = [
|
||||
"CodeExpanderTest.cpp",
|
||||
]
|
||||
}
|
@ -4,7 +4,6 @@ executable("llvm-tblgen") {
|
||||
"//llvm/lib/MC",
|
||||
"//llvm/lib/Support",
|
||||
"//llvm/lib/TableGen",
|
||||
"//llvm/utils/TableGen/GlobalISel",
|
||||
]
|
||||
sources = [
|
||||
"AsmMatcherEmitter.cpp",
|
||||
|
@ -1,8 +0,0 @@
|
||||
source_set("GlobalISel") {
|
||||
deps = [
|
||||
"//llvm/lib/Support",
|
||||
]
|
||||
sources = [
|
||||
"CodeExpander.cpp",
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user