forked from OSchip/llvm-project
[flang] add fummy cc file for experiment
Original-commit: flang-compiler/f18@3972ad954b Reviewed-on: https://github.com/flang-compiler/f18/pull/24 Tree-same-pre-rewrite: false
This commit is contained in:
parent
fc2ec6a68b
commit
cb463ab27b
|
@ -24,6 +24,7 @@ target_link_libraries( test-type
|
|||
add_executable( test-sema
|
||||
test-sema.cc
|
||||
sema-impl.cc
|
||||
foobar.cc
|
||||
)
|
||||
|
||||
target_link_libraries( test-sema
|
||||
|
|
Loading…
Reference in New Issue