[PATCH] D82817: [llvm] Native size estimator for training -Oz inliner
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 29 04:39:42 PDT 2022
thakis added a comment.
Herald added a project: All.
Sorry, a bit of a zombie comment:
================
Comment at: llvm/unittests/Analysis/CMakeLists.txt:15
+
+add_llvm_unittest_with_input_files(AnalysisTests
AliasAnalysisTest.cpp
----------------
See:
```
# Use for test binaries that call llvm::getInputFileDirectory(). Use of this
# is discouraged.
function(add_unittest_with_input_files test_suite test_name)
```
Any chance you could write this test without needing getInputFileDirectory()?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82817/new/
https://reviews.llvm.org/D82817
More information about the llvm-commits
mailing list