-
Notifications
You must be signed in to change notification settings - Fork 562
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#2020: use C++11 in all DR C++ code (#2654)
Sets -std=c++11 in the base compiler flags for all DR code. Refactors configure_DynamoRIO_common(), which used flags set for either C or C++ depending on the whole target, to be merged and invoked later with _DR_set_compile_flags(), where we can split the flags by source file rather than target and have two sets of flags. Fixes misc warnings with C++11 in various files. Fixes #2020
- Loading branch information
1 parent
0263e96
commit aa20d1b
Showing
6 changed files
with
134 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.