From 8c15c17e3ba7916b2efb2a100495c710bae04fb6 Mon Sep 17 00:00:00 2001 From: Alexander Shaposhnikov Date: Mon, 14 Nov 2022 21:31:30 +0000 Subject: Revert "[opt][clang] Enable using -module-summary/-flto=thin with -S/-emit-llvm" This reverts commit ef9e624694c0f125c53f7d0d3472fd486bada57d for further investigation offline. It appears to break the buildbot llvm-clang-x86_64-sie-ubuntu-fast. --- llvm/test/Bitcode/thinlto-function-summary.ll | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/test/Bitcode/thinlto-function-summary.ll') diff --git a/llvm/test/Bitcode/thinlto-function-summary.ll b/llvm/test/Bitcode/thinlto-function-summary.ll index 68636ed192a1..ad745dd826ac 100644 --- a/llvm/test/Bitcode/thinlto-function-summary.ll +++ b/llvm/test/Bitcode/thinlto-function-summary.ll @@ -31,8 +31,6 @@ ; RUN: opt -passes=name-anon-globals -module-summary < %s | llvm-dis | FileCheck %s -; RUN: opt -passes=name-anon-globals -module-summary -S < %s | FileCheck %s -; RUN: opt -passes=name-anon-globals -module-summary -S < %s | llvm-as | llvm-dis | FileCheck %s ; Check that this round-trips correctly. ; ModuleID = '' -- cgit v1.2.3