Adjust test to only compile and not link
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 29 Oct 2021 01:09:40 +0000 (18:09 -0700)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 29 Oct 2021 01:10:30 +0000 (18:10 -0700)
commitfcd6d56602615a8c016c5f752003de5cd42e2cda
tree0bd93bf8c7523bc92df4f0d42866d34da487aa98
parent2aa3b56339423969f0c89fe10d81f32ff77db2d2
Adjust test to only compile and not link

Compilation is all that's needed here - linking helped avoid certain
false positives in llvm-dwarfdump --verify related to overlapping
functions when those functions were actually in distinct sections.
That's since been fixed, so we can adjust the test to only compile, and
not link.
cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/simplified_template_names.cpp