[libc] Switch to using the generic `<gpuintrin.h>` implementations (#121810)
[llvm-project.git] / lld / test / MachO / ltopasses-extension.ll
blob300f03d4cfdb6d5b5984168973249c8190b5843a
1 ; REQUIRES: x86, plugins, examples
3 ; RUN: opt -module-summary %s -o %t.o
4 ; RUN: %lld -dylib -%loadnewpmbye --lto-newpm-passes="goodbye" -mllvm %loadbye -mllvm -wave-goodbye %t.o -o /dev/null 2>&1 | FileCheck %s
5 ; CHECK: Bye
7 target triple = "x86_64-apple-macosx10.15.0"
8 target datalayout = "e-m:o-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
9 @junk = global i32 0
11 define ptr @somefunk() {
12   ret ptr @junk