[compiler-rt] Fixed __llvm_profile_write_buffer in presence of ValueProfileData. (PR #97350)

David Tellenbach via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 11 11:01:37 PDT 2024


================
@@ -66,13 +66,7 @@ int main(int argc, const char *argv[]) {
 // CHECK-SYMBOLS-NOT: {{ }}_fdopen
 // CHECK-SYMBOLS-NOT: {{ }}_fopen
 // CHECK-SYMBOLS-NOT: {{ }}_fwrite
-// CHECK-SYMBOLS-NOT: {{ }}_getenv
----------------
dtellenbach wrote:

Yes, please definitely avoid any dependency on libc.

https://github.com/llvm/llvm-project/pull/97350


More information about the llvm-commits mailing list