]> granicus.if.org Git - php/commit
Fix ASAN configuration
authorChristoph M. Becker <cmbecker69@gmx.de>
Sat, 6 Apr 2019 15:38:18 +0000 (17:38 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sat, 6 Apr 2019 15:38:18 +0000 (17:38 +0200)
commit3393ae6e77c485c3ac69a11287432eee3088cd76
tree2fdba7038ed610ec3796c4560a76a11bce28572f
parent1b85e72032ecf912f6fc50d0704662dfa2cb0292
Fix ASAN configuration

Commit 6a624c1[1] mostly replaced `COMPILER_NAME` with
`COMPILER_NAME_LONG` and `COMPILER_NAME_SHORT`, but not all
occurrences, what broke the Clang ASAN configuration.  We fix this by
getting rid of `COMPILER_NAME` altogether.

[1] <http://git.php.net/?p=php-src.git;a=commit;h=6a624c1dfda0dbfaaff3e453e6cb58de12748fb3>
win32/build/confutils.js