diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2015-05-27 18:47:56 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2015-05-27 18:47:56 +0000 |
commit | 5e20cdd81c44a443562a09007668ffdf76c455af (patch) | |
tree | dbbd4047878da71c1a706e26ce05b4e7791b14cc /test/Driver/debug.c | |
parent | d5f23b0b7528b5c3caed1ba14f897cc4aaa9e3c3 (diff) |
Notes
Diffstat (limited to 'test/Driver/debug.c')
-rw-r--r-- | test/Driver/debug.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/Driver/debug.c b/test/Driver/debug.c index daf895c18ac5b..5bf3b9295a321 100644 --- a/test/Driver/debug.c +++ b/test/Driver/debug.c @@ -1,8 +1,2 @@ // RUN: cd %S && %clang -### -g %s -c 2>&1 | FileCheck -check-prefix=CHECK-PWD %s // CHECK-PWD: {{"-fdebug-compilation-dir" ".*Driver.*"}} - -// "PWD=/foo gcc" wouldn't necessarily work. You would need to pick a different -// path to the same directory (try a symlink). - -// This depends on host's behavior how $PWD would be set. -// REQUIRES: shell |