[all-commits] [llvm/llvm-project] 8f46dd: Migrate the roundtrip tests to work similar to the...
David Blaikie via All-commits
all-commits at lists.llvm.org
Thu Oct 28 18:39:40 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8f46ddb1843018b393c66dec133532d5505b709d
https://github.com/llvm/llvm-project/commit/8f46ddb1843018b393c66dec133532d5505b709d
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-10-28 (Thu, 28 Oct 2021)
Changed paths:
A cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/lit.local.cfg
M cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/simplified_template_names.cpp
Log Message:
-----------
Migrate the roundtrip tests to work similar to the llgdb tests
I'm not sure if there's a way to make this a bit more general - the
property that matters is that there's /some/ itanium ABI target the
tests can use to compile - not link or run in this case. But this seems
sufficient for the llgdb tests, so it should be sufficient (though
perhaps not necessary) for this roundtrip test.
More information about the All-commits
mailing list