commit | 966d67da385aef095d19b20fd778fcb88fa7be7b | [log] [tgz] |
---|---|---|
author | Ed Tanous <etanous@nvidia.com> | Mon Mar 10 09:03:36 2025 -0700 |
committer | Ed Tanous <ed@tanous.net> | Mon Mar 10 09:04:51 2025 -0700 |
tree | 97aa40dcfa05fe7b445e45322b01b46208c5bcad | |
parent | 13dd2fb085e05921134ecc620f00659d2f91ea15 [diff] |
Use clang as C compiler When setting up the clang build, use clang as the C compiler and the C++ compiler. This matters for C libraries where we might want to set up fuzzing. Having the C portions compile with GCC prevents compiling with libfuzzer flags. Change-Id: I113693bc139f4ebb58107e3df26ee82cc460f460 Signed-off-by: Ed Tanous <etanous@nvidia.com>