1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00

gn build: Revert 373554 "gn build: (manually) merge r373551"

r373551 was reverted in r373581.

llvm-svn: 373586
This commit is contained in:
Nico Weber 2019-10-03 11:57:39 +00:00
parent 9548d706db
commit 4c24ab8e63
4 changed files with 0 additions and 23 deletions

View File

@ -34,7 +34,6 @@ group("unittests") {
"Remarks:RemarksTests",
"Support:SupportTests",
"Support/DynamicLibrary:DynamicLibraryTests",
"TableGen:TableGenTests",
"TextAPI:TextAPITests",
"Transforms/IPO:IPOTests",
"Transforms/Scalar:ScalarTests",

View File

@ -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",
]
}

View File

@ -4,7 +4,6 @@ executable("llvm-tblgen") {
"//llvm/lib/MC",
"//llvm/lib/Support",
"//llvm/lib/TableGen",
"//llvm/utils/TableGen/GlobalISel",
]
sources = [
"AsmMatcherEmitter.cpp",

View File

@ -1,8 +0,0 @@
source_set("GlobalISel") {
deps = [
"//llvm/lib/Support",
]
sources = [
"CodeExpander.cpp",
]
}