Lines Matching refs:dir
4 Subject: [PATCH] [PATCH] Revert "Use -ffile-compilation-dir= instead of
5 -fdebug-compilation-dir=" and "[ios] Fix breakpoint in Swift files"
7 ffile-compilation-dir is supported since clang 13, while
10 fdebug-compilation-dir, which is supported by both
43 - # TODO(https://crbug.com/1231236): Use -ffile-compilation-dir= here.
46 - "-fdebug-compilation-dir",
51 - # -ffile-compilation-dir is an alias for both -fdebug-compilation-dir=
52 - # and -fcoverage-compilation-dir=.
53 - cflags += [ "-ffile-compilation-dir=." ]
54 - swiftflags += [ "-file-compilation-dir=." ]
58 + "-fdebug-compilation-dir",
64 asmflags = [ "-Wa,-fdebug-compilation-dir,." ]