[all-commits] [llvm/llvm-project] ec9f2c: test/OpenMP/parallel_codegen.cpp: Allow multiple r...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Jan 1 10:46:51 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ec9f2c3be070ec2fc4d45f13c70e68c8c0deafc2
https://github.com/llvm/llvm-project/commit/ec9f2c3be070ec2fc4d45f13c70e68c8c0deafc2
Author: Fangrui Song <i at maskray.me>
Date: 2021-01-01 (Fri, 01 Jan 2021)
Changed paths:
M clang/test/OpenMP/parallel_codegen.cpp
Log Message:
-----------
test/OpenMP/parallel_codegen.cpp: Allow multiple result attributes
On many targets the matched line is `define dso_local i32 @main` while
on ppc64 it is `define dso_local signext i32 @main`.
More information about the All-commits
mailing list