Author: dberris
Date: Thu Jul 14 01:37:46 2016
New Revision: 275377
URL: http://llvm.org/viewvc/llvm-project?rev=275377&view=rev
Log:
Use hasFlag instead of hasArg
Summary: Fix the build to use hasFlag instead of hasArg for checking some flags.
Reviewers: echristo
Subscribers: mehdi_amini, cfe-
This revision was automatically updated to reflect the committed changes.
Closed by commit rL275377: Use hasFlag instead of hasArg (authored by dberris).
Changed prior to commit:
http://reviews.llvm.org/D22338?vs=63922&id=63923#toc
Repository:
rL LLVM
http://reviews.llvm.org/D22338
Files:
Thanks Mikael -- this has been fixed in r275377 (
http://reviews.llvm.org/rL275377).
On Thu, Jul 14, 2016 at 7:30 PM Mikael Holmén
wrote:
> Hi,
>
> Your commit
>
> Add C++ dependencies to xray runtime
>
> Doesn't compile with gcc. At least 5.3 and 4.8.4 complains about this
> change:
>
> +
Author: dberris
Date: Fri Jul 15 10:46:39 2016
New Revision: 275570
URL: http://llvm.org/viewvc/llvm-project?rev=275570&view=rev
Log:
XRay: Remove duplicate checks for xray instrumentation flags
Modified:
cfe/trunk/lib/Driver/Tools.cpp
Modified: cfe/trunk/lib/Driver/Tools.cpp
URL:
http://ll
https://github.com/deanberris edited
https://github.com/llvm/llvm-project/pull/90959
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/deanberris approved this pull request.
This is very exciting stuff, thank you for this patch!
https://github.com/llvm/llvm-project/pull/90959
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mail
@@ -97,27 +97,50 @@ enum XRayPatchingStatus {
/// for possible result values.
extern XRayPatchingStatus __xray_patch();
+extern XRayPatchingStatus __xray_patch_object(int32_t ObjId);
+
/// Reverses the effect of __xray_patch(). See XRayPatchingStatus for possible
/// result
@@ -97,27 +97,50 @@ enum XRayPatchingStatus {
/// for possible result values.
extern XRayPatchingStatus __xray_patch();
+extern XRayPatchingStatus __xray_patch_object(int32_t ObjId);
deanberris wrote:
Non-blocking: Is it possible to provide documentation to t
101 - 108 of 108 matches
Mail list logo