mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-14 06:29:38 +00:00
![Reid Kleckner](/assets/img/avatar_default.png)
Modules and Tooling tests in particular tend to want to change the cwd, so we were missing test coverage in this area on Windows. It should now be easier to write such portable tests. llvm-svn: 231029
3 lines
139 B
C
3 lines
139 B
C
// RUN: cd %S && %clang -### -g %s -c 2>&1 | FileCheck -check-prefix=CHECK-PWD %s
|
|
// CHECK-PWD: {{"-fdebug-compilation-dir" ".*Driver.*"}}
|