12 lines · plain
1; REQUIRES: x862; RUN: opt -module-summary %s -o %t.o3; RUN: not %lld -lSystem -bitcode_bundle %t.o -o /dev/null 2>&1 | FileCheck %s4; CHECK: error: Option `-bitcode_bundle' is obsolete. Please modernize your usage.5 6target triple = "x86_64-apple-darwin"7target datalayout = "e-m:o-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"8 9define void @main() {10 ret void11}12