1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Fix gn builds after 943660fd1

This commit is contained in:
Nathan James 2020-07-11 10:42:57 +01:00
parent 702a5efb08
commit 23b5813b04

View File

@ -7,7 +7,7 @@ static_library("OpenMP") {
]
public_deps = [ "//llvm/include/llvm/Frontend/OpenMP:public_tablegen" ]
sources = [
"OMPConstants.cpp",
"OMP.cpp",
"OMPContext.cpp",
"OMPIRBuilder.cpp",
]