test/OpenMP/parallel_codegen.cpp: Allow multiple result attributes
authorFangrui Song <i@maskray.me>
Fri, 1 Jan 2021 18:46:34 +0000 (10:46 -0800)
committerFangrui Song <i@maskray.me>
Fri, 1 Jan 2021 18:46:34 +0000 (10:46 -0800)
commitec9f2c3be070ec2fc4d45f13c70e68c8c0deafc2
tree54914da7e996202bbed83fac3776f237f20682df
parentc74e8539ff372a89d08e7bfea7323a4dc2979d22
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`.
clang/test/OpenMP/parallel_codegen.cpp