This is an archive of the discontinued LLVM Phabricator instance.

[zorg] Remove redundant '\'
ClosedPublic

Authored by Xiangling_L on Feb 11 2021, 10:37 AM.

Details

Summary

-DCMAKE_C_FLAGS=-qmaxmem=-1\ -qarch=pwr8\ -qaltivec\ -qalias=noansi is causing warning:
1540-5203 Unrecognized value "-1 -qarch=pwr8 -qaltivec -qalias=noansi" specified with option "maxmem".

Diff Detail

Event Timeline

Xiangling_L created this revision.Feb 11 2021, 10:37 AM
Xiangling_L requested review of this revision.Feb 11 2021, 10:37 AM
daltenty accepted this revision.Feb 11 2021, 10:49 AM

Thanks, LGTM

This revision is now accepted and ready to land.Feb 11 2021, 10:49 AM
This revision was automatically updated to reflect the committed changes.