[libc] Correctly pass 'CXX_STANDARD' to the packaged GPU build
authorJoseph Huber <jhuber6@vols.utk.edu>
Wed, 26 Apr 2023 02:32:22 +0000 (21:32 -0500)
committerJoseph Huber <jhuber6@vols.utk.edu>
Wed, 26 Apr 2023 21:52:31 +0000 (16:52 -0500)
commite7735a57b9d063d85231ea1a2d775639bc632ad0
treefde64c79ff5b84028ea747c7bb05f73265967925
parentfab84dcd0a5a38df8ce5d8996fd2d0c917f39ae3
[libc] Correctly pass 'CXX_STANDARD' to the packaged GPU build

We need to perform the GPU build separately. The `CXX_STANDARD` option
was not being passed properly.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D149225
libc/cmake/modules/LLVMLibCObjectRules.cmake