repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git]
/
llvm
/
test
/
Transforms
/
InferFunctionAttrs
/
nobuiltin.ll
blob
337e1c9723d23c4a985ec87a3a48799d6890736b
1
; RUN: opt -S -passes=inferattrs < %s | FileCheck %s
2
3
; CHECK: Function Attrs: nobuiltin allocsize(0){{$}}
4
; CHECK: declare ptr @_Znwm(i32)
5
declare ptr @_Znwm(i32) nobuiltin allocsize(0)