[PATCH] D61470: [CUDA] Do not pass deprecated option fo fatbinary

2019-05-02 Thread Artem Belevich via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rC359838: [CUDA] Do not pass deprecated option fo fatbinary (authored by tra, committed by ). Herald added a project: clang. Changed prior to commit: https://reviews.llvm.org/D61470?vs=197876&id=197880#to

[PATCH] D61470: [CUDA] Do not pass deprecated option fo fatbinary

2019-05-02 Thread Artem Belevich via Phabricator via cfe-commits
tra created this revision. tra added a reviewer: jlebar. Herald added a subscriber: bixia. CUDA 10.1 tools have deprecated some command line options, so fatbinary no longer needs --cuda parameter. https://reviews.llvm.org/D61470 Files: clang/lib/Driver/ToolChains/Cuda.cpp Index: clang/lib/