mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
This reverts commit 05bfcd8ae3.
This broke some buildbots.
https://lab.llvm.org/buildbot/#/builders/66/builds/17200
https://lab.llvm.org/buildbot/#/builders/72/builds/13632
https://lab.llvm.org/buildbot/#/builders/199/builds/4902
8 lines
291 B
C++
8 lines
291 B
C++
// RUN: mkdir -p %T/a-long-directory-name-to-test-allocations-for-exceptions-in-_dl_lookup_symbol_x-since-glibc-2.27
|
|
// RUN: %clangxx_asan -g %s -o %T/long-object-path
|
|
// RUN: %run %T/a-*/../a-*/../a-*/../a-*/../a-*/../a-*/../a-*/../a-*/../long-object-path
|
|
|
|
int main(void) {
|
|
return 0;
|
|
}
|