Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
test-suite/trunk/MicroBenchmarks/ImageProcessing/Blur/
-
trunk/
-
MicroBenchmarks/
-
ImageProcessing/
-
Blur/
-
CMakeLists.txt
Hide Panel
f
Keyboard Reference
?
Differential
D50425
The fix for c++11 flag issue was fixed in svn r339154 but for one Blur benchmark.
Closed
Public
Authored by
santosh
on Aug 7 2018, 10:33 PM.
Download Raw Diff
Details
Reviewers
Meinersbur
proton
Commits
rOLDT339228: Removed -std=c++11 flag from MicroBenchmarks/ImageProcessing/Blur/CMakeLists.txt
rL339228: Removed -std=c++11 flag from MicroBenchmarks/ImageProcessing/Blur/CMakeLists.txt
Summary
-std=c++11 flag was supposed to be in CXX_FLAGS but was used in CPP_FLAGS.
Diff Detail
Repository
rL LLVM
Event Timeline
santosh
created this revision.
Aug 7 2018, 10:33 PM
Harbormaster
completed remote builds in
B21213: Diff 159643
.
Aug 7 2018, 10:33 PM
Herald
added a subscriber:
mgorny
.
·
View Herald Transcript
Aug 7 2018, 10:33 PM
Meinersbur
edited reviewers, added:
proton
; removed:
•
proton0001
.
Aug 7 2018, 10:34 PM
proton
accepted this revision.
Aug 8 2018, 2:49 AM
This revision is now accepted and ready to land.
Aug 8 2018, 2:49 AM
Closed by commit
rL339228: Removed -std=c++11 flag from MicroBenchmarks/ImageProcessing/Blur/CMakeLists.txt
(authored by
proton
).
·
Explain Why
Aug 8 2018, 2:56 AM
This revision was automatically updated to reflect the committed changes.