forked from OSchip/llvm-project
[NFC] Fix typo in comment
This commit is contained in:
parent
9df4e00d4a
commit
5bb7ac0c55
|
@ -366,7 +366,7 @@ endfunction()
|
|||
if(runtimes)
|
||||
# Create a runtimes target that uses this file as its top-level CMake file.
|
||||
# The runtimes target is a configuration of all the runtime libraries
|
||||
# together in a single CMake invocaiton.
|
||||
# together in a single CMake invocation.
|
||||
set(extra_deps "")
|
||||
if("openmp" IN_LIST LLVM_ENABLE_RUNTIMES)
|
||||
if(TARGET opt)
|
||||
|
|
Loading…
Reference in New Issue