intel / intel/opencl-intercept-layer

support injecting link options

Open
#220 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
369
Forks
90
Avg merge
15h 13m
Merged PRs (30d)
10

Description

## Observed Behavior

We can currently inject build options and compile options but not link options.

## Desired Behavior

Support injecting link options also.

Note that this is a little trickier (or at least different) than injecting build and compile options because we don't have a program object yet when we need to check for link options to inject.

## Steps to Reproduce

1. Run a program that compiles and links a program separately and provides link options.
2. Dump link options.
3. Copy the link options to the Inject folder and enable program injection.
4. No link options are injected.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.