================ @@ -33,6 +36,11 @@ /// headers and libraries. // RUN: env SCE_PROSPERO_SDK_DIR=.. %clang @%t.rsp %s 2>&1 | FileCheck -check-prefixes=WARN-SYS-HEADERS,WARN-SYS-LIBS,NO-WARN %s +/// -fthinlto-index= warning suppression. +// RUN: %clang -O2 %s -flto=thin -c -o %t.o +// RUN: llvm-lto -thinlto -o %t %t.o +// RUN: env SCE_PROSPERO_SDK_DIR=.. %clang @%t.rsp %t.o -fthinlto-index=%t.thinlto.bc 2>&1 | FileCheck -check-prefixes=NO-WARN %s ---------------- bd1976bris wrote:
I've gone ahead and added it without waiting for your reply. My motivation is to reduce the delay for you here. This way if you approve of the PR in either the https://github.com/llvm/llvm-project/pull/167685/commits/799bcfe804f212afce247b8616e4de47f5d3bc20 state or the https://github.com/llvm/llvm-project/pull/167685/commits/d3e82d19db245457b7bfb5a38267308da3d42f28 state you can indicate that. https://github.com/llvm/llvm-project/pull/167685 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
