platform_build_soong/cc/config
Kousik Kumar d207cbed65 Revert "Add -fdebug-compilation-dir option"
Revert submission 1461902-debug-compilation-dir

Reason for revert: "-Xclang" isn't being uniformly respected everywhere. For example, in ".S" compilations, when I pass `-Xclang -fdebug-compilation-dir=.", the assembler seems to be ignoring it and then inserting the `pwd` into the command, however when I pass "-fdebug-compilation-dir=.", it strips out the path to the current working directory.
This indicates that we need to update re-client's input processor so that we can pass -fdebug-compilation-dir=. without "-Xclang" and then remove `PWD` setting.
I'll followup with a patch to add -fdebug-compilation-dir.

Reverted Changes:
Ib0f271e55:Add -fdebug-compilation-dir option
Ifa0592af5:Remove env-var-allowlist

Change-Id: I12fa0bf2fb4975ac3d1bffaf1358331548abc339
2020-10-20 09:29:34 -04:00
..
Android.bp LinuxBionic supports arm64 2020-09-09 21:57:10 +09:00
OWNERS Refactor OWNERS files in platform/build/soong. 2020-10-08 16:14:32 -07:00
arm64_device.go Introduce new Arm64 arch variant with dot product features 2020-08-26 15:52:22 +00:00
arm64_fuchsia_device.go Support building for Fuchsia. 2019-01-24 18:59:29 +00:00
arm64_linux_host.go LinuxBionic supports arm64 2020-09-09 21:57:10 +09:00
arm_device.go Remove implicit Bionic and kernel system includes. 2020-05-06 19:45:03 +01:00
cfi_exports.map Revert "Revert "Build system changes for CFI (Soong)"" 2017-11-01 12:50:01 -07:00
clang.go Switch to clang-r399163. 2020-09-15 13:48:05 -07:00
global.go Revert "Add -fdebug-compilation-dir option" 2020-10-20 09:29:34 -04:00
integer_overflow_blocklist.txt Rename CFI blocklist files. 2020-07-27 18:37:48 +00:00
tidy.go Add bugprone to global clang-tidy default checks 2020-03-03 12:05:22 -08:00
tidy_test.go Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
toolchain.go Add the cc_fuzz target. 2019-07-16 16:30:53 -07:00
vndk.go Add android.system.keystore2-unstable-ndk_platform to vndk.go 2020-10-06 16:24:22 -07:00
x86_64_device.go Remove implicit Bionic and kernel system includes. 2020-05-06 19:45:03 +01:00
x86_64_fuchsia_device.go Stop defining unused USE_SSSE3. 2019-07-12 22:40:45 -07:00
x86_darwin_host.go Add support for macOS 11 SDK 2020-07-14 16:53:43 -07:00
x86_device.go Remove implicit Bionic and kernel system includes. 2020-05-06 19:45:03 +01:00
x86_linux_bionic_host.go Remove implicit Bionic and kernel system includes. 2020-05-06 19:45:03 +01:00
x86_linux_host.go Allow Linux hosts to use ubsan runtime sanitizers. 2020-02-20 20:27:35 +00:00
x86_windows_host.go Switch to clang-r399163. 2020-09-15 13:48:05 -07:00